home *** CD-ROM | disk | FTP | other *** search
- Path: li.gsfc.nasa.gov!user
- From: jyli@climate.gsfc.nasa.gov (Jason Li)
- Newsgroups: comp.lang.c
- Subject: a dump question from a novice C programmer
- Date: Sun, 28 Jan 1996 00:40:10 -0500
- Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA
- Message-ID: <jyli-2801960040100001@li.gsfc.nasa.gov>
- NNTP-Posting-Host: li.gsfc.nasa.gov
- X-Newsreader: Yet Another NewsWatcher 2.0b30
-
-
- I have just started programming in C, still feel dizzy sometimes when
- looking at cryptic C code. Occasionally I come across code like this:
-
- for (iv=0; iv < specp->nlvars; iv++)
-
- what does this symbol "->" mean? I've looked all over my C books, could
- not find anything on it.
-
-
- Thanks in advance
-
- --
- Jason Li | Email:jyli@climate.gsfc.nasa.gov
- Climate and Radiation Branch | Tel: (301) 286 1029
- NASA Goddard Space Flight Center | Fax: (301) 286 1759
- Greenbelt, MD 20771 U.S.A. | WWW: http://climate.gsfc.nasa.gov
-